/* Section 2 */

.service2-container {
    background-color: #d5d6d2;
    width: 100%;
    height: auto;
}

.service2-container .row {
    background-color: #fff;
    width: 100%;
    height: auto;
}

.service2-container .video-container {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.garden-video-con {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.garden-video-con iframe {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.land-gar-heading {
    margin: 2rem;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    color: #444 !important;
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.5px !important;
}


.land-gar-para {
    margin: 2rem;
    color: #000;
    font-weight: 500;
}


/* Landscape garding */

.landscape-img-gallery {
    width: 100%;
    height: auto;
    background-color: #f4fbfd;
    padding: 2rem;
    margin-top: 2rem;
}

.landscape-img-gallery h2 {
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    color: #444 !important;
    font-weight: 500 !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.5px !important;
    margin: 1rem 0 1rem 0;
}

.landscape-img-gallery .row {
    width: 100%;
    background-color: #f4fbfd;
}


.img-thumbnail {
    margin: 1rem auto 1rem 1.5rem;
    width: 25rem;
    background-color: rgb(205, 197, 197);
}

.img-thumbnail img {
    width: 100%;
    height: 100%;
}